registerOpenDocumentHandler
Registers the handler method to be called when the application receives a request to open a document.
public static final void registerOpenDocumentHandler ( MRJOpenDocumentHandler handler);
- handler
- The name of the method that handles the file drop event.
DISCUSSION
You must have defined the handler before calling this method.SEE ALSO
ThehandleOpenFile
method (page 48).